home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / returnto.zip / DORETURN.BAT next >
DOS Batch File  |  1993-04-06  |  819b  |  16 lines

  1. @echo off
  2. rem -------------------------------------------------- ==Bruce M. Bowman == ---
  3. rem  DORETURN - This batch file and its companion batch file, SETRETRN.BAT,
  4. rem             and also runprogr.BAT must be in PATH'd directories.  See
  5. rem             remark statements in SETRETRN.BAT for a full description of
  6. rem             the function and requirements of SETRETRN.BAT, DORETURN.BAT,
  7. rem             and runprogr.BAT.
  8. rem ---------------------------------------------------------------------------
  9. rem  [This batch file was derived from item in PC Magazine, June 26, 1990
  10. rem  (Vol. 9, No. 12).  RETURNTO.ZIP--RUNPROGR.BAT, SETRETRN.BAT, DORETURN.BAT]
  11. rem ---------------------------------------------------------------------------
  12. ctty nul
  13. command /c c:\zzzzzzz2.bat
  14. ctty con
  15. del c:\zzzzzzz?.*
  16.